- static loading method
- Цемент: метод статической нагрузки
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Loading screen — A loading screen is a picture shown by a computer program, often a video game, while the program is loading or initializing.Loading timesLoading screens that disguise the length of time that a program takes to load were common when computer games … Wikipedia
Discrete element method — A discrete element method (DEM), also called a distinct element method is any of family of numerical methods for computing the motion of a large number of particles of micrometre scale size and above. Though DEM is very closely related to… … Wikipedia
Strength of materials — Internal force lines are denser near the hole, a common stress concentration In materials science, the strength of a material is its ability to withstand an applied stress without failure. The applied stress may be tensile, compressive, or shear … Wikipedia
Initialization on demand holder idiom — In software engineering, the Initialization on Demand Holder idiom (design pattern) is a lazy loaded singleton. The idiom can be implemented in both single threaded/serial and concurrent environments, but care must be taken to correctly implement … Wikipedia
Cushioning — Package cushioning is used to help protect fragile items during shipment. It is common for a transport package to be dropped, kicked, and impacted: These events may produce potentially damaging shocks. Transportation vibration from conveyors,… … Wikipedia
Crystallization of polymers — Spherulites viewed between crossed polarizers in an optical microscope. Crystallization of polymers is a process associated with partial alignment of their molecular chains. These chains fold together and form ordered regions called lamellae,… … Wikipedia
Escape analysis — In programming language compiler optimization theory, escape analysis is a method for determining the dynamic scope of pointers. It is related to pointer analysis and shape analysis.When a variable (or an object) is allocated in a subroutine, a… … Wikipedia
Green roof — Traditional sod roofs can be seen in many places in the Faroe Islands … Wikipedia
Structural dynamics — is a subset of structural analysis which covers the behaviour of structures subjected to dynamic loading. Dynamic loads include people, wind, waves, traffic, earthquakes, and blasts. Any structure can be subject to dynamic loading. Dynamic… … Wikipedia
ship — shipless, adj. shiplessly, adv. /ship/, n., v., shipped, shipping. n. 1. a vessel, esp. a large oceangoing one propelled by sails or engines. 2. Naut. a. a sailing vessel square rigged on all of three or more masts, having jibs, staysails, and a… … Universalium
Lazy initialization — In computer programming, lazy initialization is the tactic of delaying the creation of an object, the calculation of a value, or some other expensive process until the first time it is needed. This is typically accomplished by maintaining a flag… … Wikipedia